* (bug 7537) Add php5 to $wgFileBlacklist
authorJimmy Collins <collinj@users.mediawiki.org>
Mon, 9 Oct 2006 20:02:36 +0000 (20:02 +0000)
committerJimmy Collins <collinj@users.mediawiki.org>
Mon, 9 Oct 2006 20:02:36 +0000 (20:02 +0000)
RELEASE-NOTES
includes/DefaultSettings.php

index 761ebf1..bdd7636 100644 (file)
@@ -283,6 +283,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 6721) missing symbols ulcorner, urcorner, llcorner, lrcorner, twoheadrightarrow, twoheadleftarrow
 * (bug 7367) Hyphens sometimes erroneously appended to equations when not converted to PNG
 * Add "title" to the opensearch link to allow automatic adding of the search engine in Firefox 2
+* (bug 7537) Add php5 to $wgFileBlacklist
+
 
 == Languages updated ==
 
index aa73ade..a955d5e 100644 (file)
@@ -1265,7 +1265,7 @@ $wgFileBlacklist = array(
        # HTML may contain cookie-stealing JavaScript and web bugs
        'html', 'htm', 'js', 'jsb',
        # PHP scripts may execute arbitrary code on the server
-       'php', 'phtml', 'php3', 'php4', 'phps',
+       'php', 'phtml', 'php3', 'php4', 'php5', 'phps',
        # Other types that may be interpreted by some servers
        'shtml', 'jhtml', 'pl', 'py', 'cgi',
        # May contain harmful executables for Windows victims